
The X To One Helper is used as a quick switch for data
streams of any type. As a result, many input values can easily be switched
through to one single output.
Be aware that if the X Input value changes, the associated input data stream also changes and only ONE Input can send out a value at a time. In other words, with 2 Inputs, if the X Input value starts with a value of 1, the In 1 value is taken and routed to the Out port of this operator. If the X Input value then receives a value of 2, the In 2 is used to process the incoming data.
ON - (Bool) this input data
stream determines whether the operator is considered 'on' or 'off.' You
can connect other operators to this input channel such as a Bool
Helper to activate/deactivate the whole operator.
X Input - (Integer) this input data stream is used to denote the
In input ports to be used to get values. So, if you have 3 In input data
streams and the integer value piped into this stream is 2, it means that
the second In input data stream sends out the value to the one Out port
of this operator.
In xx - used to feed in any type of value that is to be switched
through to the one output port.
Out - this output data stream
sends out the value provided by the In port.

Num Outputs - This spinner sets the number of output data streams
that are displayed in the schematic view window.
Port Type - sets the type of value connected to the input of this
operator, this will also be the same type of value output by the selected
Out ports.
